home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Chapter Tutorials
/
CaseStudies
/
ch14.CSAA
/
D4vers
/
csaa.dir
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-17
|
308 b
|
13 lines
on enterFrame
global gSegStart, gVioConChan, gTerrainChan
set gSegStart to the ticks
if the frame <> label("tween") then
puppetSprite(gVioConChan, 0)
end if
repeat with i in gTerrainChan
if the visible of sprite i = 0 then
set the visible of sprite i to 1
end if
end repeat
end